home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Flybox Trout (Edition 1)
/
Flybox Trout (Edition 1).iso
/
Setup
/
Support
/
FlyBox.swf
/
scripts
/
DefineButton2_276
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-04-15
|
317 b
|
20 lines
on(release){
b = 0;
StartIt = true;
if(0 < SendCount)
{
if(eval("_root:SoundOff") == 0)
{
tellTarget("_root.ButtonPress")
{
gotoAndPlay(2);
}
}
gotoAndPlay(16);
}
else
{
getUrl("AnecdoteMessage", "");
}
}